

This is data that can be used for Problem 8.35(b).  You can load the data for t and y into MATLAB using the commands

data=importdata('data8_35.txt');
td=data(1,:);
yd=data(2,:);




